projects
/
gpsbabel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eda35bc
)
Fix teletype read.
author
robertl
<robertl>
Mon, 21 Dec 2009 02:24:58 +0000
(
02:24
+0000)
committer
robertl
<robertl>
Mon, 21 Dec 2009 02:24:58 +0000
(
02:24
+0000)
teletype.c
patch
|
blob
|
history
diff --git
a/teletype.c
b/teletype.c
index fcfd177bdb762be4c7b153ac6aaf8d2f1559ec80..5897467f55c42529ea5e264b48e598187ab54e2c 100644
(file)
--- a/
teletype.c
+++ b/
teletype.c
@@
-64,8
+64,10
@@
teletype_read(void)
wpt->description = (gbfgetcstr(fin));
if (1) { // needs bit values of NEWFORMAT2
- // int direction = gbfgetuint32(fin);
- // int mins = gbfgetuint32(fin);
+ gbuint32 direction = gbfgetuint32(fin);
+ gbuint32 mins = gbfgetuint32(fin);
+ (void) direction ;
+ (void) mins ;
}
if (1) { // need bit value of NEWFORMAT